Real Time Monitoring System using .net [closed]

Posted by sameer on Programmers See other posts from Programmers or by sameer
Published on 2012-12-13T18:57:39Z Indexed on 2012/12/16 17:21 UTC
Read the original article Hit count: 246

I need to develop the application which display the dashboard where data from various SQL DB is fetched from different servers and displayed. Now this need to happen real time we can have refresh time say 5 min.

Here is my thought, suggest if anything is wrong.

1) To Develop the Windows Service to accumulate the data from various SQL Server Instance.

2) Then Persist those details into SQL DB from which Dashboard will displayed on the web page.

3) Fetch of data from Windows service will be trigger every x minutes.

4) SQL Server Instance details will be stored in SQL DB which Windows Service will be referring.

Thus this approach make sense.

Thanks..

© Programmers or respective owner

Real Time Monitoring System using .net [closed]

Posted by sameer on Stack Overflow See other posts from Stack Overflow or by sameer
Published on 2012-12-13T15:21:27Z Indexed on 2012/12/16 17:04 UTC
Read the original article Hit count: 246

Filed under:

Need to know the right way of accomplishing this task.

Task Description:

We need to develop the application which display the dashboard where data from various SQL DB is fetched from different servers and displayed. Now this need to happen real time we can have refresh time say 5 min.

Please refer the analogy so that it will help me to take the right path.

Here are some details, Just for your reference.

1) How many servers? This application may support around Max 100 servers.

2) This Application will be used by Administrator to find the health of the SQL Server DB.

3) This will be build by 2 developers in approx 3 months time.

4) Refresh rate will be configurable as a Administrator option.

Regards, Sameer

© Stack Overflow or respective owner

Related posts about architecture

Related posts about software